home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Dev / misc / temgen.lha / Temgen / tg-0.11 / util.h < prev    next >
C/C++ Source or Header  |  2002-12-18  |  169b  |  9 lines

  1. #ifndef __util_h_
  2. #define __util_h_
  3.  
  4. const char *unquote( const char* );
  5. const char *unescape( const char *s, int len );
  6. const char *dumptostr( const char *s );
  7.  
  8. #endif
  9.